how to make it so a discord bot messages in a certain channel python

109

how to make it so a discord bot messages in a certain channel python -

channel = client.get_channel(12324234183172)
await channel.send('hello')

Comments

Submit
0 Comments